Release 10.1A: OpenEdge Development:
AppBuilder
AppBuilder dialog (adeuib/_uib_dlg.p)
Use the
adeuib/_uib_dlg.pprocedure to invoke a subset of AppBuilder’s dialog boxes:
Input parameters
The
adeuib/_uib_dlg.pprocedure takes the following input parameters:pi_contextThe context ID of the object to which the dialog box will apply.
pc_dnameA quoted character string that specifies the name of the AppBuilder dialog box to call. Valid values are:
Input/output parameters
The
adeuib/_uib_dlg.pprocedure uses the following input/output parameters:pc_argsA character string to send to the dialog box. For the Column Editor or the External Tables dialog box, you can send a
table-list, which is a comma-separated list of tables. For the Query Builder, you can specify amode, which is a comma-separated list having the following syntax:
- ? — The default. Changes the Query Builder to
NORMALmode. For queries, this means that the Fields button is disabled; for browsers, it means that all fields that are Query Builder options are enabled.“NORMAL”— Changes the Query Builder toNORMALmode. For queries, this means that the Fields button is disabled; for browsers, it means that all fields that are Query Builder options are enabled.“QUERY-ONLY”— Specifies that the Query Builder be inQUERY-ONLYmode. This means that the fields button is disabled.“CHECK-FIELDS”— Specifies that the Query Builder be inCHECK-FIELDSmode. This means that if you try to leave the Query Builder and have not selected any fields, you are prompted to select fields.“NO-FREEFORM-QUERY”— Specifies that the Freeform Query button must be disabled.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |